Fix use of uninitialized variable (backport from trunk).
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Jan 2012 09:27:02 +0000 (17:27 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 9 Jan 2012 09:27:02 +0000 (17:27 +0800)
commitc95bae65ee2b51185feaf1de198dcadf719f8052
tree25c9947c683ea5007978128aa87b5f92813e4168
parent814f23241ee49931c8bfff375a46fbb04c3ec4af
Fix use of uninitialized variable (backport from trunk).

* xdisp.c (note_mouse_highlight): Initialize `part', to avoid a
possible random value that matches one of those tested as
condition to clear the mouse face.
src/ChangeLog
src/xdisp.c